github.com/gotd/td/telegram/downloader.Builder.threads (field)

5 uses

	github.com/gotd/td/telegram/downloader (current package)
		builder.go#L25: 	threads int
		builder.go#L31: 		threads:    1,
		builder.go#L39: 		b.threads = threads
		builder.go#L105: 		int64(b.threads),
		builder.go#L190: 	typ, runErr := prepared.downloader.parallel(ctx, prepared.reader(), prepared.threads, output)